home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  138 b   |  6 lines

  1. on(release){
  2.    _quality = "HIGH";
  3.    _parent._parent.lander.myPartAmount = 25;
  4.    _parent._parent.lander.myLandTime = getTimer();
  5. }
  6.